home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
SYMBOL
/
Conversions
/
Strings
/
string-to-symbol
< prev
Wrap
Text File
|
1998-10-23
|
178b
|
14 lines
string-to-symbol symbol string
Conversts the string into symbol pattern.
(string-to-symbol 'a "- - - ")
--> (a = a = a =)
(string-to-symbol 'b "- - - ")
--> (b = b = b =)